Refresh

This website rubydoc.info/gems/selenium-webdriver/2.47.1/Selenium%2FWebDriver%2FFileReaper.%3C%3C is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Method: Selenium::WebDriver::FileReaper.<<

Defined in:
lib/selenium/webdriver/common/file_reaper.rb

.<<(file) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


44
45
46
# File 'lib/selenium/webdriver/common/file_reaper.rb', line 44

def <<(file)
  tmp_files << file
end